
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">

 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-family: Roboto;
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: Roboto, Roboto;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: Roboto, Roboto;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
 video { max-width: 100%; height: auto; }
 /** core body **/
#wrapper { 
  display: block; 
  max-width: 700px; 
  margin: 0 auto; 
  background: #fff; 
  margin-top: 45px; 
  padding: 11px 14px;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* smaller window/screen media query */
@media screen and (max-width: 715px) {
  body { padding-bottom: 60px; }
  h1 { font-size: 2.1em; }
  
  #wrapper {
    margin-left: 10px;
    margin-right: 10px;
  }
}

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: Roboto;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
  transform: translate3d(0, 0, 0);
}

.fotorama__caption {
  transform: translateZ(0);
}

.fotorama__nav:after,
.fotorama__nav:before {
  transform: translateZ(0);
}

.fotorama__stage:after,
.fotorama__stage:before {
  transform: translateZ(0);
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner {
  transform: translateZ(0);
}

.fotorama__wrap--css3 .fotorama__stage {
  transform: translateZ(0);
}

.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transform: translateZ(0);
}

.fotorama__wrap--css3 .fotorama__stage__frame {
  transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
  outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage {
  transform: none !important;
}

.fotorama__wrap--video .fotorama__stage__frame--video {
  transform: none !important;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  transform: none !important;
}

.fotorama__wrap--video .fotorama__stage__shaft {
  transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}

.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}

.fotorama__caption__wrap {
  box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
  -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  background: url(/images/fotorama.png?e95aace1dffd7b8683b30639b59614e2) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-close,
  .fotorama__video-play {
    background: url(/images/fotorama@2x.png?0f1f99b65c03fe9212ae7ab962d3b9df) 0 0/96px 160px no-repeat;
  }
}

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2);
}

@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__thumb-border,
  .fotorama__video-close,
  .fotorama__video-play {
    background: none !important;
  }
}

.fotorama {
  min-width: 1px;
  overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
  background: #000;
}

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}

.fotorama__stage__frame {
  overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
  display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}

.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}

.fotorama__nav--dots {
  display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}

.fotorama__nav--thumbs {
  display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Roboto", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
  background-color: var(--backgroundColor);
}

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
  display: none;
}

.fotorama__caption__wrap {
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  z-index: 1;
}

.fotorama__caption__wrap::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

@-webkit-keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}

.fotorama__select {
  cursor: auto;
}

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}

@-moz-document url-prefix()  {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
  border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play {
  opacity: 1;
  display: block;
}

.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}

.fotorama__nav:after,
.fotorama__nav:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__stage:after,
.fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
  left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
  right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before {
  display: none;
}

.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before {
  display: none;
}

.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before {
  display: none;
}

.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before {
  display: none;
}

.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none;
}

/**
 * Clear inner floats
 */

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
   * Main content containers
   * 1. Make the container full-width with a maximum width
   * 2. Center it in the viewport
   * 3. Leave some space on the edges, especially valuable on small screens
   */

/**
   * Hide text while making it readable for screen readers
   * 1. Needed in WebKit-based browsers because of an implementation bug;
   *    See: https://code.google.com/p/chromium/issues/detail?id=457146
   */

.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
   * Hide element while making it readable for screen readers
   * Shamelessly borrowed from HTML5Boilerplate:
   * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
   */

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
}

@media (max-width: 992px) {
  .navbar-collapse {
    align-items: flex-end !important;
  }
}

@media (min-width: 992px) {
  #navbarNav {
    display: flex;
    flex-direction: column;
  }

  #navbarNav .toobar {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin: 0;
    padding: 15px;
  }

  #navbarNav .toobar .nav-item {
    margin-left: 40px;
  }

  #navbarNav .toobar .networks {
    display: flex;
    justify-content: space-between;
    background: #253c7e;
    width: 150px;
    padding: 8px;
  }
}

@media (min-width: 992px) {
  .nav-box .navbar-nav {
    min-height: 67px;
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 15px;
  }

  .nav-box .row .container .row {
    display: flex;
    justify-content: space-between;
  }

  .nav-box .active {
    border-bottom: 2px solid black;
  }

  .nav-box .nav-button {
    padding: 0px 22px !important;
  }

  .nav-box .nav-button-desktop {
    display: none;
  }

  .nav-box .nav-link {
    padding: 0 !important;
  }

  .nav-box .dropdownmenu {
    height: auto;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 9999;
    padding: 10px;
    margin-left: -10px;
    display: hidden !important;
  }

  .nav-box .dropdownmenu .toShow:hover {
    display: block !important;
  }

  .nav-box .dropdownmenu .submenu {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 300;
  }

  .nav-box .dropdownmenu .submenu.collapsed::after {
    font-family: "Roboto";
    font-weight: bold;
    content: "\F107" !important;
    vertical-align: 0;
    padding-left: 15px;
    font-size: 20px;
  }

  .nav-box .dropdownmenu .submenu:not(.collapsed)::after {
    font-family: "Roboto";
    font-weight: bold;
    content: "\F106" !important;
    /* the desired FontAwesome icon */
    vertical-align: 0;
    padding-left: 15px;
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .nav-box .nav-box .nav-item .nav-item .active {
    background-color: #f8f9fa !important;
  }

  .nav-box .menu-hamburger {
    position: relative;
    width: 56px;
    height: 40px;
    outline: none;
  }

  .nav-box .menu-hamburger .hamburger-icon {
    width: 30px;
    height: 4px;
    background: #525667;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
  }

  .nav-box .menu-hamburger .hamburger-icon:before {
    top: -8px;
    left: 0;
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #525667;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }

  .nav-box .menu-hamburger .hamburger-icon:after {
    top: 8px;
    left: 0;
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #525667;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }

  .nav-box .menu-hamburger:not(.collapsed) {
    opacity: 1 !important;
  }

  .nav-box .menu-hamburger:not(.collapsed) .hamburger-icon {
    background: rgba(0, 0, 0, 0);
    box-shadow: none;
  }

  .nav-box .menu-hamburger:not(.collapsed) .hamburger-icon:before {
    top: 0;
    transform: rotate(45deg);
  }

  .nav-box .menu-hamburger:not(.collapsed) .hamburger-icon:after {
    top: 0;
    transform: rotate(135deg);
  }

  .nav-box .navbar-nav {
    text-align: right;
  }

  .nav-box .nav-item {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 12px 0px !important;
    margin-left: auto;
  }

  .nav-box .dropdownMenuTrigger:not(.collapsed)::after {
    font-family: "Roboto";
    font-weight: bold;
    content: "\F106" !important;
    /* the desired FontAwesome icon */
    vertical-align: 0;
    padding-left: 15px;
    font-size: 20px;
  }

  .nav-box .dropdownMenuTrigger.collapsed::after {
    font-family: "Roboto";
    font-weight: bold;
    content: "\F107" !important;
    /* the desired FontAwesome icon */
    vertical-align: 0;
    padding-left: 15px;
    font-size: 20px;
  }

  .nav-box li:not(.active) .toggle::after {
    -webkit-text-stroke: 2px white;
  }

  .nav-box .nav-link {
    padding: 0px !important;
  }

  .nav-box .dropdownmenu {
    border: none !important;
    font-size: 14px;
    text-transform: uppercase;
    text-align: right !important;
    padding: 0px !important;
  }

  .nav-box .dropdown-item {
    padding: 8px 0px !important;
    background: none !important;
  }

  .nav-box .dropdown-item:last-child {
    padding-bottom: 0px !important;
  }

  .nav-box .dropdown-item.active {
    background: none !important;
  }
}

.nav-box .smart-scroll {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.nav-box .scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.nav-box .scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.nav-box .navbar {
  width: 100%;
  background-color: white;
}

.nav-box .navbar .active {
  font-weight: bold;
  border-bottom: 2px solid black;
}

.nav-box .navbar .img {
  padding: 15px;
}

.nav-box .navbar .nav-link {
  font-family: Roboto;
  color: black !important;
}

.nav-box .navbar .nav-link:not(.dropdown-item):not(.button-visit-schedule) {
  font-size: 20px;
}

.nav-box .navbar .button-visit-schedule {
  width: 148px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #253c7e;
  box-shadow: 0px 2px 10px rgba(37, 60, 126, 0.3);
  border-radius: 25px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: #ffffff !important;
}

.nav-box .navbar .dropdownmenu {
  background-color: #ffffff;
  border: none;
}

.nav-box .navbar .dropdown-item.active {
  background: #f8f9fa !important;
  border: none;
}

@media (min-width: 1024px) {
  .nav-box .navbar .nav-item .dropdownmenu {
    display: none;
  }

  .nav-box .navbar .nav-item:hover .nav-link {
    color: #fff;
  }

  .nav-box .navbar .nav-item:hover .dropdownmenu {
    display: block;
  }

  .nav-box .navbar .nav-item .dropdownmenu {
    margin-top: 0;
  }
}

.footer {
  height: 120px;
  width: 100%;
  background-color: #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .footer {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer {
    height: auto;
  }
}

.footer .footer-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .footer .footer-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-info {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 20px !important;
  }
}

.footer .footer-info .icon {
  width: 150px;
  height: 64px;
  background-image: url("/img/ufrn.png");
  background-color: #000000;
}

.footer .footer-info .footer-icons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #000000;
}

.footer .footer-info .footer-icons img {
  padding-right: 8px;
  background-color: #000000;
}

.footer .footer-info .footer-icons img:not(.ufrn_logo) {
  width: auto;
  height: 60px !important;
  background-color: #000000;
}

.footer .footer-info .footer-icons .ufrn_logo {
  width: auto;
  height: 50px !important;
  background-color: #000000;
}

@media (max-width: 767px) {
  .footer .footer-info .footer-icons {
    display: flex;
    justify-content: space-around;
    padding: 20px !important;
    background-color: #000000;
  }
}

.footer .footer-info .infos {
  display: flex;
  justify-content: center;
  background-color: #000000;
}

@media (max-width: 767px) {
  .footer .footer-info .infos {
    display: flex;
    flex-direction: column;
    background-color: #000000;
  }
}

.footer .footer-info .infos .texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: Roboto;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  text-align: start;
  color: #ffffff;
  background-color: #000000;
}

@media (max-width: 767px) {
  .footer .footer-info .infos .texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 10px;
    width: 100%;
    background-color: #000000;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-info .infos .texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #000000;
  }
}

.footer .footer-info .infos .texts .mcc {
  font-weight: bold;
  background-color: #000000;
}

.footer .footer-info .infos .texts .address {
  font-weight: normal;
  background-color: #000000;
}

.footer .footer-info .infos .contacts {
  padding-left: 25px;
  background-color: #000000;
}

@media (max-width: 767px) {
  .footer .footer-info .infos .contacts {
    width: 100%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #000000;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-info .infos .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #000000;
  }
}

.footer .footer-info .infos .contacts .email {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: right;
  background-color: #000000;
}

.footer .footer-info .infos .contacts .phone {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: right;
  background-color: #000000;
}

.footer .footer-info .infos .contacts .mcc2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  text-align: right;
  background-color: #000000;
}

@media (max-width: 767px) {
  .footer .footer-info .networks {
    padding: 15px !important;
    background-color: #000000;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .footer .footer-info .networks {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
  }
}

.footer .footer-info .networks a {
  margin-right: 25px;
  background-color: #000000;
}

.see-more-button {
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 24px;
  border-radius: 25px;
  background-color: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
  background-color: #000000;
}

.see-more-button .material-icons {
  font-size: 20px;
}

.see-more-button:link {
  text-decoration: none;
}

.see-more-button:visited {
  text-decoration: none;
}

.see-more-button:hover {
  text-decoration: none;
}

.see-more-button:active {
  text-decoration: none;
}

.programming-card-info {
  position: relative;
  min-height: 317px;
  padding: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-card-info {
    max-width: 317px;
  }
}

@media (min-width: 1024px) {
  .programming-card-info {
    max-width: 317px;
    margin-left: 80px;
  }
}

.programming-card-info:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--backgroundColor);
  opacity: 0.8;
  z-index: -1;
  border-radius: 10px;
}

.programming-card-info .category {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 102.4%;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.programming-card-info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 102.4%;
  color: #000000;
  margin: 0 0 5px 0;
}

@media (max-width: 767px) {
  .programming-card-info .title {
    font-size: 24px;
  }
}

.programming-card-info .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 102.4%;
  margin: 0;
}

.programming-card-info .organization {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
}

@media (max-width: 767px) {
  .programming-card-info .organization {
    font-size: 18px;
  }
}

.programming-card-info .date {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 10px;
  color: #FFFFFF;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .programming-card-info .date {
    font-size: 12px;
  }
}

.programming-card-info .extension {
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 15px;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .programming-card-info .extension {
    font-size: 12px;
  }
}

.programming-card-info .btn {
  text-align: left;
  width: 164px;
  background: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  margin-bottom: 16px;
  font-size: 12px;
}

.programming-card-info .fa-angle-double-right {
  margin-left: 40px;
}

.programming-carousel {
  position: relative;
  width: 100%;
}

.programming-carousel .title-box {
  position: absolute;
  top: 0;
  left: 0;
  height: 74px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .programming-carousel .title-box {
    height: 100px;
  }
}

.programming-carousel .title-box .title {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.programming-carousel .title-box .title p {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 102.4%;
  color: #ffffff;
  margin: auto;
}

@media (max-width: 767px) {
  .programming-carousel .title-box .title p {
    font-size: 32px;
  }
}

.programming-carousel .title-box .title:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}

.programming-carousel .legend-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 74px;
  width: 100%;
  display: none !important;
}

@media (min-width: 1024px) {
  .programming-carousel .legend-box {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}

.programming-carousel .legend-box .legend {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.programming-carousel .legend-box .legend .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.programming-carousel .legend-box .legend .container .breadcrumb {
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 102.4%;
  color: #ffffff;
  margin: 0;
  background: none;
  padding-left: 0;
}

.programming-carousel .legend-box .legend .container .breadcrumb .arrow-right {
  margin-left: 10px;
  margin-right: 10px;
}

.programming-carousel .legend-box .legend .container .breadcrumb a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

.programming-carousel .legend-box .legend .container .networks {
  display: inline;
  margin-left: 38%;
}

.programming-carousel .legend-box .legend .container .networks a {
  margin-left: 4px;
}

.programming-carousel .legend-box .legend:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}

.programming-carousel .owl-banner {
  margin-bottom: -10px;
}

.programming-carousel .owl-banner .item {
  height: 700px;
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .programming-carousel .owl-banner .item {
    background-size: contain;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-carousel .owl-banner .item {
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .programming-carousel .owl-banner .item .container {
    margin: 0;
    min-width: 100%;
  }
}

.programming-carousel .owl-banner .owl-nav .owl-prev,
.programming-carousel .owl-banner .owl-nav .owl-next {
  position: absolute;
}

@media (max-width: 767px) {
  .programming-carousel .owl-banner .owl-nav .owl-prev,
  .programming-carousel .owl-banner .owl-nav .owl-next {
    bottom: 30px;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-carousel .owl-banner .owl-nav .owl-prev,
  .programming-carousel .owl-banner .owl-nav .owl-next {
    bottom: 30px;
    display: none;
  }
}

@media (min-width: 1024px) {
  .programming-carousel .owl-banner .owl-nav .owl-prev,
  .programming-carousel .owl-banner .owl-nav .owl-next {
    top: 50%;
  }
}

.programming-carousel .owl-banner .owl-nav .owl-prev:focus,
.programming-carousel .owl-banner .owl-nav .owl-next:focus {
  outline: none;
}

.programming-carousel .owl-banner .owl-nav .owl-prev:hover,
.programming-carousel .owl-banner .owl-nav .owl-next:hover {
  background: transparent;
}

.programming-carousel .owl-banner .owl-nav .owl-prev {
  left: 10%;
}

.programming-carousel .owl-banner .owl-nav .owl-prev i {
  font-size: 40px;
  color: #ffffff;
}

.programming-carousel .owl-banner .owl-nav .owl-next {
  right: 10%;
}

.programming-carousel .owl-banner .owl-nav .owl-next i {
  font-size: 40px;
  color: #ffffff;
}

.programming-carousel .owl-banner .owl-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .programming-carousel .owl-banner .owl-dots {
    bottom: 45px;
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-carousel .owl-banner .owl-dots {
    bottom: 45px;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .programming-carousel .owl-banner .owl-dots {
    bottom: 25%;
    right: 10%;
    justify-content: flex-end;
  }
}

.programming-carousel .owl-banner .owl-dots .owl-dot {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: #ffffff 6px solid;
  margin-right: 8px;
}

.programming-carousel .owl-banner .owl-dots .owl-dot:focus {
  outline: none;
}

.programming-carousel .owl-banner .owl-dots .owl-dot span {
  display: none;
}

.programming-carousel .owl-banner .owl-dots .active {
  background-color: #ffffff !important;
  border: none !important;
}

.programming-see-more {
  width: 100%;
}

.programming-see-more .seemore {
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

@media (max-width: 767px) {
  .programming-see-more .seemore {
    padding: 15px !important;
    margin-top: 0;
  }
}

.programming-see-more .seemore .icone {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 61px;
  padding: 0;
}

.programming-see-more .seemore .icone li {
  width: 17px;
  height: 17px;
  background-color: var(--colorsquare);
  margin-right: 5px;
  margin-bottom: 3px;
}

.programming-see-more .seemore .icone li:nth-child(3n) {
  margin-right: 0;
}

.programming-see-more .seemore .title {
  margin-left: 10px;
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
}

@media (max-width: 767px) {
  .programming-see-more .seemore .title {
    font-size: 20px;
  }
}

.programming-see-more .card-list {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-see-more .card-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 24px;
  }
}

@media (max-width: 767px) {
  .programming-see-more .card-list {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
  }
}

.programming-see-more .card-list .card {
  width: 32%;
  height: 480px;
  display: flex;
  flex-direction: column;
  background-color: transparent;
  border: none;
  padding-bottom: 40px;
  text-decoration: none;
}

.programming-see-more .card-list .card:nth-child(2) {
  margin-left: 2%;
  margin-right: 2%;
}

@media (max-width: 767px) {
  .programming-see-more .card-list .card:nth-child(2) {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-see-more .card-list .card:nth-child(2) {
    margin-left: 2%;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .programming-see-more .card-list .card {
    padding-bottom: 16px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-see-more .card-list .card {
    width: 49%;
  }
}

.programming-see-more .card-list .card .image {
  width: 100%;
  height: calc(100% - 80px);
}

.programming-see-more .card-list .card .image img {
  border-radius: 10px 10px 0 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.programming-see-more .card-list .card .info {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 10px 10px;
  width: 100%;
  height: 80px;
  padding: 30px;
  background-color: var(--color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.programming-see-more .card-list .card .info .category {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 102.4%;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 767px) {
  .programming-see-more .card-list .card .info .category {
    font-size: 20px;
  }
}

.top-banner {
  position: relative;
  width: 100%;
}

.top-banner .title-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .top-banner .title-box {
    height: auto;
  }
}

@media (min-width: 1024px) {
  .top-banner .title-box {
    height: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-banner .title-box {
    height: 75px;
  }
}

.top-banner .title-box .title {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

@media (max-width: 767px) {
  .top-banner .title-box .title {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.top-banner .title-box .title p {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 102.4%;
  color: #ffffff;
  margin: auto;
}

@media (max-width: 767px) {
  .top-banner .title-box .title p {
    font-size: 32px;
  }
}

.top-banner .title-box .title:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}

.top-banner .legend-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 74px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-banner .legend-box .legend {
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .top-banner .legend-box .legend {
    display: none;
  }
}

.top-banner .legend-box .legend:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.6;
  z-index: -1;
}

.top-banner .legend-box .legend .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.top-banner .legend-box .legend .container .breadcrumb {
  float: left;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 102.4%;
  color: #ffffff;
  margin: 0;
  background: none;
  padding-left: 0;
  align-items: center;
}

.top-banner .legend-box .legend .container .breadcrumb .arrow-right {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0px;
}

.top-banner .legend-box .legend .container .breadcrumb a {
  color: inherit;
  /* blue colors for links too */
  text-decoration: inherit;
  /* no underline */
}

.top-banner .legend-box .legend .container .networks {
  display: inline;
  margin-left: 38%;
}

.top-banner .legend-box .legend .container .networks a {
  margin-left: 4px;
}

.top-banner .banner .item {
  height: 700px;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.help-mcc-card {
  background-image: url("/img/amigos-mcc/desktop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .help-mcc-card {
    background-image: url("/img/amigos-mcc/tablet.png");
  }
}

@media (max-width: 767px) {
  .help-mcc-card {
    background-image: url("/img/amigos-mcc/mobile.png");
  }
}

.help-mcc-card .content {
  width: 100%;
  height: 300px;
  display: flex;
  align-items: center;
}

.help-mcc-card .content .container {
  width: 100%;
  position: relative;
  z-index: 2;
}

.help-mcc-card .content .container:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.65;
  z-index: -1;
  border-radius: 10px;
}

@media (min-width: 1024px) {
  .help-mcc-card .content .container {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .help-mcc-card .content .container {
    height: 160px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .help-mcc-card .content .container {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
  }
}

.help-mcc-card .content .container .info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.help-mcc-card .content .container .info .icon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 61px;
  height: 61px;
}

.help-mcc-card .content .container .info .icon ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 61px;
  height: 9.25px;
}

.help-mcc-card .content .container .info .icon ul li {
  padding: 0;
  margin: 0;
  width: 11px;
  height: 9.25px;
  background: linear-gradient(55deg, var(--color) 40%, rgba(0, 0, 0, 0) 45%), linear-gradient(55deg, rgba(0, 0, 0, 0) 55%, var(--color) 60%);
}

.help-mcc-card .content .container .info .icon ul li:nth-child(2n) {
  background: linear-gradient(-55deg, var(--color) 40%, rgba(0, 0, 0, 0) 45%), linear-gradient(-55deg, rgba(0, 0, 0, 0) 55%, var(--color) 60%);
}

.help-mcc-card .content .container .info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 102.4%;
  color: #ffffff;
  padding-left: 10px;
}

@media (max-width: 767px) {
  .help-mcc-card .content .container .info .title {
    font-size: 20px;
  }
}

.help-mcc-card .content .container .buttons {
  display: flex;
  justify-content: space-between;
  width: 344px;
}

@media (max-width: 767px) {
  .help-mcc-card .content .container .buttons {
    width: 100%;
  }
}

.help-mcc-card .content .container .buttons .btn-help {
  width: 152px;
  height: 40px;
  background-color: var(--color);
  box-shadow: 0px 2px 10px rgba(37, 60, 126, 0.3);
  border-radius: 25px;
  color: #ffffff;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}

.programming-category-list {
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-category-list {
    padding-left: 0;
    padding-right: 0;
  }
}

.programming-category-list .programming-category-card {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

@media (max-width: 767px) {
  .programming-category-list .programming-category-card {
    flex-direction: column;
  }
}

.programming-category-list .programming-category-card .image {
  width: 50%;
  height: 400px;
  background-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .programming-category-list .programming-category-card .image {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-category-list .programming-category-card .image {
    height: 350px;
  }
}

.programming-category-list .programming-category-card .info {
  width: 50%;
  height: 400px;
  padding: 30px;
  border-radius: 0 10px 10px 0;
  background-color: var(--backgroundColor);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .programming-category-list .programming-category-card .info {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-category-list .programming-category-card .info {
    padding: 15px;
    height: 350px;
  }
}

.programming-category-list .programming-category-card .info .general .category {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 102.4%;
  color: #FFFFFF;
}

.programming-category-list .programming-category-card .info .general .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin: 0 0 5px 0;
}

@media (max-width: 767px) {
  .programming-category-list .programming-category-card .info .general .title {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-category-list .programming-category-card .info .general .title {
    font-size: 30px;
  }
}

.programming-category-list .programming-category-card .info .general .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 102.4%;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .programming-category-list .programming-category-card .info .general .subtitle {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-category-list .programming-category-card .info .general .subtitle {
    font-size: 20px;
  }
}

.programming-category-list .programming-category-card .info .organization {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 102.4%;
  color: #000000;
}

@media (max-width: 767px) {
  .programming-category-list .programming-category-card .info .organization {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-category-list .programming-category-card .info .organization {
    font-size: 16px;
  }
}

.programming-category-list .programming-category-card .info .date {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 102.4%;
  color: #FFFFFF;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .programming-category-list .programming-category-card .info .date {
    font-size: 12px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-category-list .programming-category-card .info .date {
    font-size: 12px;
  }
}

.gallery {
  width: 100%;
  max-height: 500px;
  height: 500px;
  overflow-y: scroll;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.gallery .image {
  width: 130px;
  height: 130px;
  margin-right: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  position: relative;
}

.gallery .image .edit-image {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #2478B0;
  z-index: 3;
}

.gallery .image .delete-image {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 18px;
  color: darkred;
  z-index: 3;
}

.gallery .image .select-image {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #666666;
  z-index: 3;
}

.gallery .image .info-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-color: transparent;
}

.gallery .image .info {
  position: relative;
  color: #ffffff;
  z-index: 1;
  opacity: 0;
  padding: 10px;
}

.gallery .image .info::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.7;
  z-index: -1;
}

.gallery .image .selected-img {
  color: #00ff00 !important;
}

.collection-card {
  padding: 0;
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  height: 480px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.collection-card .info {
  background-color: var(--backgroundColor);
  height: 150px;
  width: 100%;
  border-radius: 10px 10px 10px 10px;
}

@media (max-width: 767px) {
  .collection-card .info {
    width: 100%;
  }
}

.collection-card .info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  line-height: 102.4%;
  padding: 21px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .collection-card .info .title {
    font-size: 20px;
    padding: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection-card .info .title {
    font-size: 30px;
    padding: 0px;
  }
}

.collection-card .info .btn {
  text-align: left;
  background: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  font-size: 12px;
  width: 142px;
  position: relative;
  top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .collection-card .info .btn {
    position: inherit;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection-card .info .btn {
    position: inherit;
  }
}

.collection-card .info .btn .noSpace {
  margin-left: 45px;
  letter-spacing: -1px;
  z-index: 9999;
}

.collection-card .info .btn .icon {
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 1px;
  left: -2px;
  z-index: 0;
}

.collection-card-info {
  position: relative;
  height: auto;
  padding: 20px;
  width: 100%;
  z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .collection-card-info {
    max-width: 350px;
  }
}

@media (min-width: 1024px) {
  .collection-card-info {
    max-width: 350px;
  }
}

.collection-card-info:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--backgroundColor);
  opacity: 0.8;
  z-index: -1;
  border-radius: 10px;
}

.collection-card-info .category {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 10px;
  line-height: 102.4%;
  color: #FFFFFF;
}

.collection-card-info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 102.4%;
  color: #000000;
}

@media (max-width: 767px) {
  .collection-card-info .title {
    font-size: 24px;
  }
}

.collection-card-info .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}

.collection-card-info .organization {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  margin-top: 26px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .collection-card-info .organization {
    font-size: 18px;
  }
}

.collection-card-info .date {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  .collection-card-info .date {
    font-size: 12px;
  }
}

.collection-card-info .extension {
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .collection-card-info .extension {
    font-size: 12px;
  }
}

.collection-card-info .btn {
  text-align: left;
  width: 164px;
  background: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  margin-bottom: 16px;
  font-size: 12px;
}

.collection-card-info .fa-angle-double-right {
  margin-left: 40px;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #000000 !important;
  text-decoration: none;
  background-color: #D6D7DA !important;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.contact .title-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 692px;
}

@media (max-width: 767px) {
  .contact .title-box {
    width: 100%;
  }
}

.contact .title-box .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 102.4%;
  color: #000000;
}

.contact .title-box .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 144.4%;
  color: #000000;
  margin-bottom: 42px;
}

.contact .form-group {
  width: 692px;
}

.contact .form-group label {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 102.4%;
  color: #000000;
}

@media (max-width: 767px) {
  .contact .form-group {
    width: 100%;
  }
}

.contact .form-group .input-error {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 102.4%;
  padding-top: 16px;
  /* or 15px */
  color: #DB313D;
}

.contact .has-error input {
  border: 1px solid #DB313D;
}

.contact .field {
  border: none;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 102.4%;
  color: #000000;
  width: 692px;
}

@media (max-width: 767px) {
  .contact .field {
    width: 100%;
  }
}

.contact .option {
  height: 48px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.contact .option:hover {
  background: #D6D7DA;
}

.contact .button-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 692px;
}

@media (max-width: 767px) {
  .contact .button-box {
    width: 100%;
    justify-content: center;
  }
}

.contact .button-box .button {
  width: 200px;
  height: 48px;
  background: #253C7E;
  box-shadow: 0px 4px 10px -1px rgba(37, 60, 126, 0.24);
  border-radius: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 102.4%;
  /* or 15px */
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .contact .button-box .button {
    width: 100%;
  }
}

.reports-box {
  min-height: 80px;
  width: 100%;
  background-color: #ffc304;
  padding: 10px;
}

.reports-box .item {
  padding-top: 13px;
  padding-bottom: 19px;
}

.reports-box .item .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  color: #000000;
}

.reports-box .item .description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}

.reports-box .container .row {
  position: relative;
}

.reports-box #close-reports {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  color: #000000;
  cursor: pointer;
  z-index: 99;
  position: absolute;
  right: 0;
  top: calc(50% - 16px);
}

.programming-top-bar {
  background-color: #000000;
  width: 100%;
  height: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .programming-top-bar {
    height: auto;
    padding: 15px;
  }
}

.programming-top-bar .container .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}

@media (max-width: 767px) {
  .programming-top-bar .container .content {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}

.programming-top-bar .container .content .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 102.4%;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 767px) {
  .programming-top-bar .container .content .title {
    padding-top: 15px;
  }
}

.programming-top-bar .container .content .year-box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .programming-top-bar .container .content .year-box {
    padding-top: 15px;
  }
}

.programming-top-bar .container .content .year-box .selectYear {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 102.4%;
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.card:hover {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 767px) {
  .card {
    flex-direction: column;
  }
}

.card .image {
  width: 40%;
  height: 300px;
  background-size: 100% 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
}

@media (max-width: 767px) {
  .card .image {
    width: 100%;
    height: 250px;
    border-radius: 10px 10px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card .image {
    height: 350px;
  }
}

.card .info {
  width: 60%;
  height: 300px;
  padding: 30px;
  border-radius: 0 10px 10px 0;
  background-color: var(--backgroundColor);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

@media (max-width: 767px) {
  .card .info {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 0 0 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card .info {
    padding: 15px;
    height: 350px;
  }
}

.card .info .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  margin: 0 0 5px 0;
}

@media (max-width: 767px) {
  .card .info .title {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card .info .title {
    font-size: 30px;
  }
}

.card .info .subtitle {
  font-family: Roboto;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 102.4%;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .card .info .subtitle {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .card .info .subtitle {
    font-size: 20px;
  }
}

.programming-details {
  position: absolute;
  height: 100%;
  width: 100%;
  background: white;
  background: linear-gradient(90deg, white 60%, var(--categoryColor) 60%);
}

.programming-details-text {
  padding-top: 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  overflow-wrap: break-word;
  color: #000000;
}

@media (min-width: 1024px) {
  .programming-details-text {
    font-size: 16px;
    line-height: 137.4%;
    padding-right: 80px;
  }
}

@media (max-width: 767px) {
  .programming-details-text {
    width: 100%;
    font-size: 14px;
    padding: 15px;
    padding-top: 40px;
  }
}

.programming-details-text span,
.programming-details-text p {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 137.4% !important;
  color: #000000 !important;
  text-align: left !important;
}

@media (max-width: 767px) {
  .programming-details-atachments {
    background-color: var(--categoryColor);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-details-atachments {
    background-color: var(--categoryColor);
  }
}

@media (min-width: 1024px) {
  .programming-details-atachments .atachments {
    padding: 40px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .programming-details-atachments .atachments {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .programming-details-atachments .atachments {
    padding-top: 40px;
  }
}

.programming-details-atachments .atachments .atachment {
  margin-bottom: 40px;
}

.programming-details-atachments .atachments .atachment .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.programming-details-atachments .atachments .atachment .title .icon {
  height: 50px;
  width: 50px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.programming-details-atachments .atachments .atachment .title h1 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 137.4%;
  color: #FFFFFF;
  margin-left: 10px;
}

.programming-details-atachments .atachments .atachment p {
  margin: 0;
  margin-top: 15px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
}

@media (max-width: 767px) {
  .programming-details-atachments .atachments .atachment p {
    font-size: 14px;
  }
}

.programming-details-atachments .atachments .atachment a {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 119.9%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #000000;
}

@media (max-width: 767px) {
  .programming-details-atachments .atachments .atachment a {
    font-size: 14px;
  }
}

.programming-details-atachments .atachments .info {
  padding-top: 10px;
}

.programming-details-atachments .atachments .item span,
.programming-details-atachments .atachments .item p {
  font-family: Roboto !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  line-height: 119.9% !important;
  color: #000000 !important;
}

.programming-gallery {
  padding-bottom: 60px;
  padding-top: 60px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .programming-gallery {
    padding-top: 22px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.programming-video {
  height: 600px;
  padding-bottom: 60px;
}

@media (max-width: 767px) {
  .programming-video {
    height: 300px;
    padding: 15px;
    padding-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .programming-video {
    width: 90%;
  }
}

.scroll-content-right {
  background-color: var(--backgroundColor);
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .scroll-content-right {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-right {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.scroll-content-right .image {
  height: 520px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.15));
  border-radius: 10px 10px 10px 10px;
}

@media (max-width: 767px) {
  .scroll-content-right .image {
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-right .image {
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .scroll-content-right .text {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-right .text {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.scroll-content-right .text .title {
  margin-top: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 119.4%;
  text-align: right;
  color: #ffffff;
}

@media (max-width: 767px) {
  .scroll-content-right .text .title {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-right .text .title {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}

.scroll-content-right .text .description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144.4%;
  text-align: right;
  color: #000000;
}

@media (max-width: 767px) {
  .scroll-content-right .text .description {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-right .text .description {
    text-align: left;
    padding-right: 0;
    padding-left: 0;
  }
}

.scroll-content-right .text .buttons {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}

.scroll-content-right .text .buttons a {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 24px;
  border-radius: 25px;
  background-color: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

.scroll-content-right .text .buttons a .material-icons {
  font-size: 20px;
}

.scroll-content-right .text .buttons a:link {
  text-decoration: none;
}

.scroll-content-right .text .buttons a:visited {
  text-decoration: none;
}

.scroll-content-right .text .buttons a:hover {
  text-decoration: none;
}

.scroll-content-right .text .buttons a:active {
  text-decoration: none;
}

.scroll-content-left {
  background-color: var(--backgroundColor);
  height: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .scroll-content-left {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-left {
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

.scroll-content-left .image {
  height: 520px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover !important;
  filter: drop-shadow(10px 10px 30px rgba(0, 0, 0, 0.15));
  border-radius: 10px 10px 10px 10px;
}

@media (max-width: 767px) {
  .scroll-content-left .image {
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 0 0 0 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-left .image {
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .scroll-content-left .text {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-left .text {
    padding-right: 0;
    padding-left: 0;
  }
}

.scroll-content-left .text .title {
  margin-top: 30px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 119.4%;
  text-align: left;
  color: #ffffff;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-left .text .title {
    padding-right: 0;
    padding-left: 0;
  }
}

.scroll-content-left .text .description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144.4%;
  text-align: left;
  color: #000000;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .scroll-content-left .text .description {
    padding-right: 0;
    padding-left: 0;
  }
}

.scroll-content-left .text .buttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
}

.scroll-content-left .text .buttons a {
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 24px;
  border-radius: 25px;
  background-color: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  color: #ffffff;
  font-size: 12px;
  text-decoration: none;
}

.scroll-content-left .text .buttons a .material-icons {
  font-size: 20px;
}

.scroll-content-left .text .buttons a:link {
  text-decoration: none;
}

.scroll-content-left .text .buttons a:visited {
  text-decoration: none;
}

.scroll-content-left .text .buttons a:hover {
  text-decoration: none;
}

.scroll-content-left .text .buttons a:active {
  text-decoration: none;
}

.virtual-mcc-box {
  background-color: #000000;
  display: flex;
  flex-direction: column;
}

.virtual-mcc-box .virtual-mcc {
  width: 100%;
  height: 600px;
  padding: 56px 103px 56px 103px;
}

@media (max-width: 767px) {
  .virtual-mcc-box .virtual-mcc {
    padding: 40px 15px 40px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .virtual-mcc-box .virtual-mcc {
    height: 700px;
    padding: 40px 15px 40px 15px;
  }
}

.virtual-mcc-box .virtual-mcc .title {
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144.4%;
  color: #ffffff;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.virtual-mcc-box .virtual-mcc .title img {
  max-height: 90px;
  width: auto;
}

@media (max-width: 767px) {
  .virtual-mcc-box .virtual-mcc .title img {
    max-height: 47px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .virtual-mcc-box .virtual-mcc .title img {
    margin-right: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .virtual-mcc-box .virtual-mcc .owl-videos {
    margin-top: 30px;
  }
}

.virtual-mcc-box .virtual-mcc .owl-videos .item {
  height: 400px;
}

.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev,
.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next {
  position: absolute;
}

@media (max-width: 767px) {
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev,
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next {
    bottom: -60px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev,
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next {
    bottom: -110px;
  }
}

@media (min-width: 1024px) {
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev,
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next {
    bottom: calc(50% - 30px);
  }
}

.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev:focus,
.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next:focus {
  outline: none;
}

.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev:hover,
.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next:hover {
  background: transparent;
}

.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev {
  left: 30px;
}

@media (min-width: 1024px) {
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev {
    left: -40px;
  }
}

.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-prev i {
  font-size: 60px;
  color: #ffffff;
}

.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next {
  right: 30px;
}

@media (min-width: 1024px) {
  .virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next {
    right: -40px;
  }
}

.virtual-mcc-box .virtual-mcc .owl-videos .owl-nav .owl-next i {
  font-size: 60px;
  color: #ffffff;
}

.discover-mcc-box {
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
}

.discover-mcc-box .discover-mcc-left {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 112px;
}

@media (max-width: 767px) {
  .discover-mcc-box .discover-mcc-left {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discover-mcc-box .discover-mcc-left {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 15px;
  }
}

.discover-mcc-box .discover-mcc-left .text {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 119.4%;
  text-align: right;
  color: #ffffff;
}

@media (max-width: 767px) {
  .discover-mcc-box .discover-mcc-left .text {
    display: flex;
    justify-content: start;
    font-size: 30px;
    padding-bottom: 136px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discover-mcc-box .discover-mcc-left .text {
    width: 100%;
    display: flex;
    justify-content: start;
    font-size: 30px;
    padding-bottom: 136px;
  }
}

.discover-mcc-box .discover-mcc-left .image {
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .discover-mcc-box .discover-mcc-left .image {
    display: flex;
    justify-content: flex-end;
  }

  .discover-mcc-box .discover-mcc-left .image img {
    max-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discover-mcc-box .discover-mcc-left .image {
    display: flex;
    justify-content: flex-end;
  }

  .discover-mcc-box .discover-mcc-left .image img {
    max-height: 300px;
  }
}

.discover-mcc-box .discover-mcc {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 112px;
}

@media (max-width: 767px) {
  .discover-mcc-box .discover-mcc {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discover-mcc-box .discover-mcc {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 15px;
  }
}

.discover-mcc-box .discover-mcc .text {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 119.4%;
  text-align: right;
  color: #ffffff;
}

@media (max-width: 767px) {
  .discover-mcc-box .discover-mcc .text {
    display: flex;
    justify-content: start;
    font-size: 30px;
    padding-bottom: 136px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discover-mcc-box .discover-mcc .text {
    width: 100%;
    display: flex;
    justify-content: start;
    font-size: 30px;
    padding-bottom: 136px;
  }
}

@media (max-width: 767px) {
  .discover-mcc-box .discover-mcc .image {
    display: flex;
    justify-content: flex-end;
  }

  .discover-mcc-box .discover-mcc .image img {
    max-height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .discover-mcc-box .discover-mcc .image {
    display: flex;
    justify-content: flex-end;
  }

  .discover-mcc-box .discover-mcc .image img {
    max-height: 300px;
  }
}

.help-mcc-home-box {
  background-color: #253c7e;
}

.help-mcc-home-box .help-mcc-home {
  height: 283px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  .help-mcc-home-box .help-mcc-home {
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px 15px 40px 15px;
  }
}

.help-mcc-home-box .help-mcc-home .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 119.4%;
  color: #ffffff;
}

@media (max-width: 767px) {
  .help-mcc-home-box .help-mcc-home .title {
    font-size: 30px;
  }
}

.help-mcc-home-box .help-mcc-home .content {
  display: flex;
  flex-direction: column;
}

.help-mcc-home-box .help-mcc-home .content .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144.4%;
  color: #ffffff;
}

.help-mcc-home-box .help-mcc-home .content .buttons {
  margin-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .help-mcc-home-box .help-mcc-home .content .buttons {
    display: flex;
    justify-content: space-between;
  }
}

.help-mcc-home-box .help-mcc-home .content .buttons button {
  background: #00a4bc;
  box-shadow: 0px 2px 10px rgba(37, 60, 126, 0.3);
  border-radius: 25px;
  width: 152px;
  height: 40px;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 17px;
  color: #ffffff;
  outline-style: none;
}

.help-mcc-home-box .help-mcc-home .content .buttons button:first-child {
  margin-right: 28px;
}

.help-mcc-home-box .help-mcc-banner {
  height: 800px;
  width: 100%;
  background-image: url("/img/home/mcc_home_aves.jpg");
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}

.collection-details-text * {
  font-family: Roboto !important;
  font-size: 16px !important;
  line-height: 144.4% !important;
  color: #000000 !important;
}

.collection-details-text a {
  text-transform: uppercase;
  text-decoration: underline;
}

.collection-details-text a .material-icons {
  font-size: 20px;
}

.institutional-body .main-text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144.4%;
  margin: auto;
  padding-bottom: 16px;
}

@media (max-width: 767px) {
  .institutional-body .main-text {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.institutional-body .main-text a:not(.btn) {
  text-decoration: underline;
  color: black;
}

.institutional-body .main-text .image {
  height: 460px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media (max-width: 767px) {
  .institutional-body .main-text .image {
    height: 250px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .institutional-body .main-text .image {
    height: 400px;
  }
}

.institutional-documents {
  padding-bottom: 60px;
}

.institutional-documents .document {
  margin-top: 40px;
}

.institutional-documents .document .title {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 102.4%;
  color: #000000;
}

.institutional-documents .document .description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144.4%;
  color: #000000;
}

.institutional-documents .document .files {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.institutional-documents .document .files .file {
  margin-top: 10px;
  background: #ffc304;
  box-shadow: 0px 2px 10px rgba(255, 195, 4, 0.3);
  border-radius: 25px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 137.4%;
  color: #000000;
  padding: 10px 20px 10px 20px;
}

.teams {
  margin-top: 40px;
}

.teams .description {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 144.4%;
  color: #000000;
  margin-bottom: 40px;
}

.teams .team {
  margin-top: 25px;
}

.teams .team .name {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 102.4%;
  color: #000000;
}

.teams .team .menbers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.teams .team .menbers .menber {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 102.4%;
  color: #000000;
}

